home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / dosutil / doshelp.bat < prev    next >
DOS Batch File  |  1984-10-04  |  4KB  |  63 lines

  1. echo off
  2. BAT -DOSHELP
  3. cls
  4. BAT *
  5. BAT BEGTYPE
  6. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄╔═══════════════╗▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  7. █ DDA ╞═══════════════════════╣ DOS REFERENCE ╠═══════════════════════╡ RDO █
  8. █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀╚═══════════════╝▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  9. █  ASSIGN   [indrv=usedrv... ]                    Reassign drive            █
  10. █  BACKUP   file drv: [/S] [/M] [/D:mm-dd-yy]     Backup fixed disk files   █
  11. █  BREAK    [ON] [OFF]                            Allow Ctrl-Break          █
  12. █  CHDIR    [drv:] [path]                         Change directory (CD)     █
  13. █  CHKDSK   [drv:] [filespec] [/F] [/V]           Analyze disk for file     █
  14. █  CLS                                            Clear screen              █
  15. █  COMP     filespec filespec                     Compare 2 files           █
  16. █  COPY     filespec filespec [/V]                Copy 1st to 2nd           █
  17. █           filespec + filespec ... filespec [/V] Append files to  make last█
  18. █           filespec + filespec                   Append 1st to 2nd         █
  19. █  DATE     [mm-dd-yy]                            Set date                  █
  20. █  DIR      [drv:] [path] [filename] [/P] [/W]    Display directory entries █
  21. █  DISKCOMP drv: drv:                             Compare 2 disks           █
  22. █  ERASE    filespec                              Delete a file             █
  23. █  FIND     [/V] [/C] [/N] "string"               Find a string in a file   █
  24. █  FORMAT   drv: [/S] [/1] [/V]                   Format a disk             █
  25. █  GRAPHICS                                       Set up print for Epson    █
  26. █  MKDIR    [drv:] path                           Create Subdirectory (MD)  █
  27. █  MODE     LPT#: 80  [,6]                        Set printer               █
  28. █                 132   8                         Find a string in a file   █
  29. █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  30. Press  X to stop    any other key to continue  ..... ;
  31. END
  32. BAT INKEY %A | IF %A = X EXIT
  33. cls
  34. BAT *
  35. BAT BEGTYPE
  36. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄╔═══════════════╗▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  37. █ DDA ╞═══════════════════════╣ DOS REFERENCE ╠═══════════════════════╡ RDO █
  38. █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀╚═══════════════╝▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  39. █  MODE     BW 40 [R] [T]                         Set display mode          █
  40. █           CO 80 [L]                             Backup fixed disk files   █
  41. █           MONO                                  Allow Ctrl-Break          █
  42. █  MODE     COM#:baud [,parity [,databits [,stopbits [,P]]]]                █
  43. █  MODE     lpt#:=COM#                            Redirect printer output   █
  44. █  PATH     [drv:] path;path;path...              Set default directories   █
  45. █  PRINT    file [/C]                             Print a file (queued)     █
  46. █  PRINT    /T                                    Clear print queue         █
  47. █  RECOVER  filespec                              Recover file(s) on disk   █
  48. █           drv:                                       with bad sectors     █
  49. █  RENAME   [drv:] filename filename              Rename a file (REN)       █
  50. █  RMDIR    [drv:] path                           Remove a directory (RD)   █
  51. █  SYS      drv:                                  Copy operating system     █
  52. █  TIME     [hh:mm:ss.xx]                         Set time of day           █
  53. █  TREE     [drv:] [/F]                           Display directories       █
  54. █  TYPE     filespec                              Display file              █
  55. █  VER                                            Display DOS version       █
  56. █  VERIFY   ON / OFF                              Set autoverify of I/O     █
  57. █  VOL      [drv:]                                Display Volume ID         █
  58. █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  59. Press  R for review    any other key to end .... ;
  60. END
  61. BAT INKEY %A | IF %A = R GOTO -DOSHELP
  62. BAT EXIT
  63.